-
-
Couldn't load subscription status.
- Fork 150
chore: 🐍 pytest with py314 #1434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
looks like it is failing because numpy got upgraded to version 2.3.4 on October 15 |
Trying to fix in #1433 |
|
|
|
Correct @cmp0xff |
674f085 to
632e24d
Compare
c84e890 to
45f3927
Compare
|
I think the failures are now all |
|
Need to understand why the warnings happen with 3.14, but not with earlier versions of python. Can you create a simple example that doesn't show the warning with 3.13 but does show it with 3.14 and then create a pandas issue? |
|
It only raises on 3.14, I dug into it and turns out it will alert if |
Can you report this on the pandas repo? |
|
I did a little digging and turns out the pandas team is aware: pandas-dev/pandas#61368 |
Great!! Let’s wait until the issue is resolved there. |
This is an attempt to run pytest also with py314.